<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.city-card-list .city-card-top {
  margin-top: 17px;
}
.city-card-list ul {
  text-align: left;
  list-style: disc !important;
  background: rgba(26, 90, 195, 0.04);
  border-radius: 2px;
  padding-top: 17px;
  padding-bottom: 17px;
}
.city-card-list ul li {
  font-size: 13px;
  font-weight: 400;
  color: #333333;
  padding-left: 0px;
  margin-left: 32px;
}
.city-card-list ul li::marker {
  color: #3c6eff;
}
.city-card-list ul .city-card-bg {
  padding-left: 32px;
  padding-right: 22px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 0;
}
.city-card-list ul .city-card-bg .city-card {
  margin-top: 11px;
  font-size: 13px;
  font-weight: 400;
  color: #666666;
  text-align: left;
  margin-right: 6px;
}
.city-card-list ul .city-card-bg a::after {
  content: "|";
  color: #cccccc;
  margin-left: 5px;
}
/* .city-card-list ul .city-card-bg a:nth-child(4n)::after {
  content: "";
  color: #cccccc;
} */
/* .city-card-list ul .city-card-bg a:last-child::after {
  content: "";
  color: #cccccc;
} */
</pre></body></html>